home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,401 to 2,500 / aol-file-protocol-4400-2401-to-2500.zip / AOLDLs / PC Business Library / InfoDisk / INFODISK.exe / EM. < prev    next >
Text File  |  1995-03-08  |  25KB  |  501 lines

  1.  
  2.   Copyright @ 1995 MSM Systems Ltd. 9802 W. Bell Rd., P.O Box 1184
  3.   Sun City, Arizona  85372. Reproduction or translation of any part of
  4.   this work beyond that permitted by section 107 or 108 of the Untied States
  5.   Copyright Act without the permission of the copyright owner is unlawful.
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                                   E-MAIL
  13.  
  14.  
  15.       Electronic mail, or e-mail, is your personal connection to the 
  16.  world of the Net. Every one of the millions of people around the world who
  17.  use the Net have their own e-mail address.  A growing number of "gateways"
  18.  tie more and more people to the Net every day.  When you logged onto the 
  19.  host system you are now using, it automatically generated an address 
  20.  for you, as well. 
  21.      The basic concepts behind e-mail parallel those of regular mail.  
  22.  You send mail to people at their particular addresses.  In turn, they 
  23.  write to you at your e-mailbox address.  You can subscribe to the 
  24.  electronic equivalent of magazines and newspapers. There is even  
  25.  electronic junk mail.
  26.      E-mail has two distinct advantages over regular mail.  The 
  27.  most obvious is speed. Instead of several days, your message can reach 
  28.  the other side of the world in hours or even minutes (depending on 
  29.  where you drop off your mail and the state of the connections between 
  30.  there and your recipient).  The other advantage is that once you master 
  31.  the basics, you'll be able to use e-mail to access databases and file 
  32.  libraries.  You'll see how to do this later, along with learning how to 
  33.  transfer program and data files through e-mail. 
  34.      E-mail also has advantages over the telephone.  You send your 
  35.  message when it's convenient for you.  Your recipient responds at his 
  36.  convenience.  No more telephone tag.  And while a phone call across 
  37.  the country or around the world can quickly result in huge phone 
  38.  bills, e-mail lets you exchange vast amounts of mail for only a few 
  39.  pennies -- even if the other person is in New Zealand. 
  40.      E-mail is your connection to help -- your Net lifeline.  The Net can
  41.  sometimes seem a frustrating place!  No matter how hard you try, no matter
  42.  where you look, you just might not be able to find the answer to whatever
  43.  is causing you problems. But when you know how to use e-mail, help is
  44.  often just a few keystrokes away: ask your system administrator or a
  45.  friend for help in an e-mail message. 
  46.      The quickest way to start learning e-mail is to send yourself a 
  47.  message.  Most public-access sites actually have several different types of 
  48.  mail systems, all of which let you both send and receive mail. We'll 
  49.  start with the simplest one, known, appropriately enough, as "mail," 
  50.  and then look at a couple of other interfaces. At your host system's 
  51.  command prompt, type this: 
  52.   
  53.               mail username 
  54.   
  55.  where username is the name you gave yourself when you first logged on.  
  56.  Hit enter.  The computer might respond with 
  57.      
  58.               subject: 
  59.  
  60.   
  61.               Type 
  62.   
  63.               test 
  64.   
  65.  or, actually, anything at all (but you'll have to hit enter before 
  66.  you get to the end of the screen). Hit enter. 
  67.       The cursor will drop down a line. You can now begin writing the 
  68.  actual message. Type a sentence, again, anything at all.  And here's 
  69.  where you hit your first Unix frustration, one that will bug you 
  70.  repeatedly: you have to hit enter before you get to the very end of 
  71.  the line.  Just like typewriters, many Unix programs have no word-
  72.  wrapping. 
  73.       When done with your message, hit return. Now hit control-D (the 
  74.  control and the D keys at the same time).  This is a Unix command that 
  75.  tells the computer you're done writing and that it should close your 
  76.  "envelope" and mail it off (you could also hit enter once and then, on 
  77.  a blank line, type a period at the beginning of the line and hit enter 
  78.  (again). 
  79.       You've just sent your first e-mail message.  And because you're 
  80.  sending mail to yourself, rather than to someone somewhere else on the 
  81.  Net, your message has already arrived, as we'll see in a moment.
  82.       If you had wanted, you could have even written your message on 
  83.  your own computer and then uploaded it into this electronic 
  84.  "envelope."  There are a couple of good reasons to do this with long 
  85.  or involved messages.  One is that once you hit enter at the end of a 
  86.  line in "mail" you can't readily fix any mistakes on that line (unless 
  87.  you use some special commands to call up a Unix text processor.  Also, 
  88.  if you are paying for access by the hour, uploading a prepared 
  89.  message can save you money.  Remember to save the document in ASCII or 
  90.  text format.  Uploading a document you've created in a word processor 
  91.  that uses special formatting commands (which these days means many 
  92.  programs) will cause strange effects.
  93.       When you get that blank line after the subject line, upload the 
  94.  message using the ASCII protocol.  Or you can copy and paste the text, 
  95.  if your software allows that. When done, hit control-D as above. 
  96.       Now you have mail waiting for you.  Normally, when you log on, 
  97.  your public-access site will tell you whether you have new mail 
  98.  waiting.  To open your mailbox and see your waiting mail, type 
  99.                   
  100.            mail 
  101.   
  102.  and hit enter. 
  103.       When the host system sees "mail" without a name after it, it 
  104.  knows you want to look in your mailbox rather than send a message. 
  105.  
  106.  
  107.  Your screen, on a plain-vanilla Unix system will display:
  108.   
  109.           Mail version SMI 4.0 Mon Apr 24 18:34:15 PDT 1989  Type ? for help. 
  110.           "/usr/spool/mail/adamg": 1 message 1 new 1 unread 
  111.  
  112.    
  113.           >N 1 adamg              Sun Mar 22 20:04   12/290   test 
  114.     
  115.       Ignore the first line; it's just computerese of value only to the 
  116.  people who run your system. You can type a question mark and hit 
  117.  return, but unless you're familiar with Unix, most of what you'll see 
  118.  won't make much sense at this point.  
  119.       The second line tells you the directory on the host system where 
  120.  your mail messages are put.  This is your "home directory."  It's a 
  121.  good name to remember.  Later, when you start transferring files across 
  122.  the Net, this is where they will usually wind up, or from where you'll 
  123.  send them.  The second line also tells you how many messages are in your 
  124.  mailbox, how many have come in since the last time you looked and how 
  125.  many messages you haven't read yet. 
  126.       It's the third line that is of real interest -- it tells you who 
  127.  the message is from, when it arrived, how many lines and characters 
  128.  it takes up, and what the subject is.  The "N" means it is a new 
  129.  message -- it arrived after the last time you looked in your mailbox.  
  130.  Hit enter. And there's your message -- only now it's a lot 
  131.  longer than what you wrote! 
  132.   
  133.        Message 1: 
  134.        From adamg Mar 22 20:04:55 1992 
  135.        Received: by eff.org id AA28949 
  136.        (5.65c/IDA-1.4.4/pen-ident for adamg); Sun, 22 Mar 1992 20:04:55 -0400  
  137.        (ident-sender: adamg@eff.org) 
  138.        Date: Sun, 26 Apr 1992 21:34:55 -0400 
  139.        From: Adam Gaffin <adamg> 
  140.        Message-Id: <199204270134.AA28949@eff.org> 
  141.  
  142.        To: adamg 
  143.        Subject: test 
  144.        Status: R 
  145.        This is only a test! 
  146.   
  147.       Whoa! What is all that stuff? It's your message with a postmark 
  148.  gone mad.  Just as the postal service puts its marks on every piece of 
  149.  mail it handles, so do Net postal systems.  Only it's called a 
  150.  "header" instead of a postmark. Each system that handles or routes 
  151.  your mail puts its stamp on it.  Since many messages go through a 
  152.  number of systems on their way to you, you will often get messages 
  153.  with headers that seem to go on forever.  Among other things, a header 
  154.  will tell you exactly when a message was sent and received (even the 
  155.  difference between your local time and GMT -- as at the end of line 4 
  156.  above). 
  157.       If this had been a long message, it would just keep scrolling 
  158.  across and down your screen -- unless the people who run your public-
  159.  access site have set it up to pause every 24 lines.  One way to deal 
  160.  with a message that doesn't stop is to use your telecommunication 
  161.  software's logging or text-buffer function.  Start it before you hit 
  162.  the number of the message you want to see.  Your computer will ask you 
  163.  what you want to call the file you're about to create. After you name 
  164.  the file and hit enter, type the number of the message you want to see 
  165.  and hit enter.  When the message finishes scrolling, turn off the 
  166.  text-buffer function, and the message is now saved in your computer.  
  167.  This way, you can read the message while not connected to the Net 
  168.  (which can save you money if you're paying by the hour) and write a 
  169.  reply offline. 
  170.       But in the meantime, now what?  You can respond to the message, 
  171.  delete it or save it.  To respond, type a lower-case "r" and hit 
  172.  enter.  You'll get something like this: 
  173.   
  174.            To: adamg 
  175.            Subject: Re:  test 
  176.   
  177.       Note that this time, you don't have to enter a username.  The 
  178.  computer takes it from the message you're replying to and 
  179.  automatically addresses your message to its sender. The computer also 
  180.  automatically inserts a subject line, by adding "Re:" to the original 
  181.  subject.  From here, it's just like writing a new message. But say you 
  182.  change your mind and decide not to reply after all. How do you get out 
  183.  of the message? Hit control-C once. You'll get this: 
  184.   
  185.            (Interrupt -- one more to kill letter) 
  186.   
  187.  If you hit control-C once more, the message will disappear and you'll 
  188.  get back to your mail's command line. 
  189.       Now, if you type a lower-case "d" and then hit enter, you'll 
  190.  
  191.  delete the original message.  Type a lower-case "q" to exit your 
  192.  mailbox.  
  193.       If you type a "q" without first hitting "d", your message is 
  194.  transferred to a file called mbox.  This file is where all read, but 
  195.  un-deleted messages go.  If you want to leave it in your mailbox for 
  196.  now, type a lower-case "x" and hit enter.  This gets you out of mail 
  197.  without making any changes. 
  198.       The mbox file works a lot like your mailbox.  To access it, type 
  199.     
  200.             mail -f mbox 
  201.   
  202.  at your host system's command line and hit enter.  
  203.       You'll get a menu identical to the one in your mailbox from which 
  204.  you can read these old messages, delete them or respond to them.  It's 
  205.  probably a good idea to clear out your mailbox and mbox file from 
  206.  time to time, if only to keep them uncluttered. 
  207.  
  208.      Are there any drawbacks to e-mail?  There are a few.  One is that 
  209.  people seem more willing to fly off the handle electronically than in 
  210.  person, or over the phone.  Maybe it's because it's so easy to hit R 
  211.  and reply to a message without pausing and reflecting a moment.  
  212.  That's why we have smileys!  There's no online equivalent yet of a 
  213.  return receipt: chances are your message got to where it's going, but 
  214.  there's no absolute way for you to know for sure unless you get a 
  215.  reply from the other person.  Also, because computers are quite 
  216.  literal, you have to be very careful when addressing a message. 
  217.  Misplace a period or a single letter in the address, and your message 
  218.  could come back to you, undelivered. 
  219.       So now you're ready to send e-mail to other people on the Net.  
  220.  Of course, you need somebody's address to send them mail.  How do you 
  221.  get it?  
  222.       Alas, the simplest answer is not what you'd call the most 
  223.  elegant: you call them up on the phone or write them a letter on paper 
  224.  and ask them.  Residents of the electronic frontier are only beginning 
  225.  to develop the equivalent of phone books, and the ones that exist 
  226.  today are far from complete (still, later on, we'll show you how to 
  227.  use some of these directories). 
  228.       Eventually, you'll start corresponding with people, which means 
  229.  you'll want to know how to address mail to them.  It's vital to know 
  230.  how to do this, because the smallest mistake -- using a comma when you 
  231.  should have used a period, for instance, can bounce the message back 
  232.  to you, undelivered.  In this sense, Net addresses are like phone 
  233.  numbers: one wrong digit and you get the wrong person.  Fortunately, 
  234.  most net addresses now adhere to a relatively easy-to-understand 
  235.  system. 
  236.       Earlier, you sent yourself a mail message using just your user-
  237.  name.  This was sort of like making a local phone call -- you didn't 
  238.  have to dial a 1 or an area code.  This also works for mail to anybody 
  239.  else who has an account on the same system as you. 
  240.       Sending mail outside of your system, though, will require the use 
  241.  of the Net equivalent of area codes, called "domains." A basic Net 
  242.  address will look something like this: 
  243.   
  244.                tomg@world.std.com 
  245.   
  246.       Tomg is somebody's user ID, and he is at (hence the @ sign) a 
  247.  site or "domain" known as std.com.  Large organizations often have 
  248.  more than one computer linked to the Internet; in this case, the name 
  249.  of the particular machine is world (you will quickly notice that, like 
  250.  boat owners, Internet computer owners always name their machines).
  251.       Domains tell you the name of the organization that runs a given 
  252.  e-mail site and what kind of site it is or, if it's not in the U.S., 
  253.  what country it's located in.  Large organizations may have more than 
  254.  one computer or gateway tied to the Internet, so you'll often see a 
  255.  two-part domain name; and sometimes even three- or four-part domain 
  256.  names. 
  257.       In general, American addresses end in an organizational suffix, 
  258.  such as ".edu," which means the site is at a college or university. 
  259.  Other American suffixes include: 
  260.            
  261.            .com for businesses 
  262.            .org for non-profit organizations 
  263.            .gov and .mil for government and military agencies 
  264.            .net for companies or organizations that run large networks.  
  265.  
  266.   
  267.       Sites in the rest of the world tend to use a two-letter code that 
  268.  represents their country.  Most make sense, such as .ca for Canadian 
  269.  sites, but there are a couple of seemingly odd ones.  Swiss sites end 
  270.  in .ch, while South African ones end in .za.  Some smaller U.S. sites 
  271.  are beginning to follow this international convention (such as 
  272.  unixland.natick.ma.us). 
  273.      You'll notice that the above addresses are all in lower-case.  
  274.  Unlike almost everything else having anything at all to do with Unix, 
  275.  Most Net mailing systems don't care about case, so you can capitalize 
  276.  names if you want, but you generally don't have to. Alas, there are a 
  277.  few exceptions -- some public-access sites do allow for capital 
  278.  letters in user names.  When in doubt, ask the person you want to 
  279.  write to, or let her send you a message first (recall how a person's 
  280.  
  281.  e-mail address is usually found on the top of her message). 
  282.     The domain name, the part of the address after the @ sign, never 
  283.  has to be capitalized.               
  284.       It's all a fairly simple system that works very well, except, 
  285.  again, it's vital to get the address exactly right -- just as you have 
  286.  to dial a phone number exactly right.  Send a message to tomg@unm.edu 
  287.  (which is the University of New Mexico) when you meant to send it to 
  288.  tomg@umn.edu (the University of Minnesota), and your letter will either 
  289.  bounce back to you undelivered, or go to the wrong person.
  290.       If your message is bounced back to you as undeliverable, you'll 
  291.  get an ominous looking-message from MAILER-DAEMON (actually a rather 
  292.  benign Unix program that exists to handle mail), with an evil-looking 
  293.  header followed by the text of your message. Sometimes, you can tell 
  294.  what went wrong by looking at the first few lines of the bounced 
  295.  message.  Besides an incorrect address, it's possible your host system 
  296.  does not have the other site in the "map" it maintains of other host 
  297.  systems. Or you could be trying to send mail to another network, such 
  298.  as Bitnet or CompuServe, that has special addressing requirements.
  299.      Sometimes, figuring all this out can prove highly frustrating.  
  300.  But remember the prime Net commandment: Ask.  Send a message to your 
  301.  system administrator.  He or she might be able to help decipher the 
  302.  problem. 
  303.      There is one kind of address that may give your host system 
  304.  particular problems.  There are two main ways that Unix systems 
  305.  exchange mail.  One is known as UUCP and started out with a different 
  306.  
  307.  addressing system than the rest of the Net.  Most UUCP systems have 
  308.  since switched over to the standard Net addressing system, but a few 
  309.  traditional sites still cling to their original type, which tends to 
  310.  have lots of exclamation points in it, like this: 
  311.   
  312.                 uunet!somesite!othersite!mybuddy 
  313.   
  314.       The problem for many host sites is that exclamation points (also 
  315.  known as "bangs") now mean something special in the more common systems 
  316.  or "shells" used to operate many Unix computers. This means that 
  317.  addressing mail to such a site (or even responding to a message you 
  318.  received from one) could confuse the poor computer to no end and your 
  319.  message never gets sent out. If that happens, try putting "forward" 
  320.  backslashes in front of each exclamation point, so that you get an 
  321.  address that looks like this: 
  322.            
  323.                 uunet\!somesite\!othersite\!mybuddy 
  324.   
  325.  Note that this means you may not be able to respond to such a message 
  326.  by typing a lower-case "r"  -- you may get an error message and you'll 
  327.  have to create a brand-new message. 
  328.      If you want to get a taste of what's possible through e-mail,
  329.  start an e-mail message to
  330.   
  331.                almanac@oes.orst.edu
  332.   
  333.  Leave the "subject:" line blank.  As a message, write this:
  334.   
  335.                send quote
  336.   
  337.  Or, if you're feeling a little down, write this instead:
  338.   
  339.                send moral-support
  340.   
  341.       In either case, you will get back a message within a few seconds to 
  342.  a few hours (depending on the state of your host system's Internet 
  343.  connection).  If you simply asked for a quote, you'll get back a 
  344.  fortune-cookie-like saying.  If you asked for moral support, you'll also 
  345.  get back a fortune-cookie-like saying, only supposedly more uplifting.
  346.        This particular "mail server" is run by Oregon State University.
  347.  Its main purpose is actually to provide a way to distribute agricultural 
  348.  information via e-mail.  If you'd like to find out how to use the 
  349.  server's full range of services, send a message to the above address 
  350.  with this line in it:
  351.   
  352.                send help
  353.   
  354.  You'll quickly get back a lengthy document detailing just what's 
  355.  available and how to get it.
  356.       The "mail" program is actually a very powerful one and a Netwide 
  357.  standard, at least on Unix computers.  But it can be hard to figure 
  358.  out -- you can type a question mark to get a list of commands, but 
  359.  these may be of limited use unless you're already familiar with Unix.
  360.  Fortunately, there are a couple of other mail programs that are easier 
  361.  to use. 
  362.   
  363.  ELM 
  364.   
  365.       Elm is a combination mailbox and letter-writing system that uses 
  366.  menus to help you navigate through mail.  Most Unix-based host systems 
  367.  now have it online. To use it, type 
  368.    
  369.                  elm 
  370.   
  371.  and hit enter.  You'll get a menu of your waiting mail, along with a 
  372.  list of commands you can execute, that will look something like this:
  373.   
  374.   
  375.     Mailbox is '/usr/spool/mail/adamg' with 38 messages [ELM 2.3 PL11]      
  376.                                                                                 
  377.  
  378.                                                                                 
  379.       1   Sep 1  Christopher Davis  (13)   here's another 
  380.  message.              
  381.       2   Sep 1  Christopher Davis  (91)   This is a message from 
  382.  Eudora        
  383.       3   Aug 31 Rita Marie Rouvali (161)  First Internet Hunt !!! 
  384.  (fwd)        
  385.       4   Aug 31 Peter Scott/Manage (69)   New File <UK077> University 
  386.  of Londo 
  387.       5   Aug 30 Peter Scott/Manage (64)   New File <DIR020> X.500 
  388.  service at A 
  389.       6   Aug 30 Peter Scott/Manage (39)   New File <NET016> DATAPAC 
  390.  Informatio 
  391.  
  392.       7   Aug 28 Peter Scott/Manage (67)   Proposed Usenet group for 
  393.  HYTELNET n 
  394.       8   Aug 28 Peter Scott/Manage (56)   New File <DIR019> JANET 
  395.  Public Acces 
  396.       9   Aug 26 Helen Trillian Ros (15)   
  397.  Tuesday                              
  398.       10  Aug 26 Peter Scott/Manage (151)  Update <CWK004> Oxford 
  399.  University OU 
  400.                                                                                 
  401.                                                                                 
  402.  You can use any of the following commands by pressing the first character;  
  403.  
  404.  d)elete or u)ndelete mail, m)ail a message, r)eply or f)orward mail,
  405.  q)uit. To read a message, press <return>.  j = move down, k = move up,
  406.  ? = help   
  407.   
  408.       Each line shows the date you received the message, who sent it, 
  409.  how many lines long the message is, and the message's subject.
  410.       If you are using VT100 emulation, you can move up and down the 
  411.  menu with your up and down arrow keys.  Otherwise, type the line number 
  412.  of the message you want to read or delete and hit enter.
  413.       When you read a message, it pauses every 24 lines, instead of 
  414.  scrolling until it's done.  Hit the space bar to read the next page.  
  415.  You can type a lower-case "r" to reply or a lower-case "q" or "i" 
  416.  to get back to the menu (the I stands for "index").  
  417.       At the main menu, hitting a lower-case "m" followed by enter 
  418.  will let you start a message.  To delete a message, type a lower-case 
  419.  "d".  You can do this while reading the message.  Or, if you are in 
  420.  the menu, move the cursor to the message's line and then hit D. 
  421.       When you're done with Elm, type a lower-case "q".  The program 
  422.  will ask if you really want to delete the messages you marked. Then, 
  423.  it will ask you if you want to move any messages you've read but 
  424.  haven't marked for deletion to a "received" file.  For now, hit your n
  425.  key.  
  426.       Elm has a major disadvantage for the beginner. The default text 
  427.  editor it generally calls up when you hit your "r" or "m" key is 
  428.  often a program called emacs. Unixoids swear by emacs, but everybody 
  429.  else almost always finds it impossible.  Unfortunately, you can't 
  430.  always get away from it (or vi, another text editor often found on 
  431.  Unix systems), so later on we'll talk about some basic commands. 
  432.   
  433.  PINE 
  434.   
  435.       Pine is based on elm but includes a number of improvements that 
  436.  make it an ideal mail system for beginners.   Like elm, pine starts 
  437.  you with a menu.  It also has an "address book" feature that is handy 
  438.  for people with long or complex e-mail addresses. Hitting A at the 
  439.  main menu puts you in the address book, where you can type in the 
  440.  person's first name (or nickname) followed by her address. Then, when 
  441.  you want to send that person a message, you only have to type in her 
  442.  first name or nickname, and pine automatically inserts her actual 
  443.  address. The address book also lets you set up a mailing list.  This 
  444.  feature allows you to send the same message to a number of people at 
  445.  once. 
  446.       What really sets pine apart is its built-in text editor, 
  447.  which looks and feels a lot more like word-processing programs 
  448.  
  449.  available for MS-DOS and Macintosh users.  Not only does it have 
  450.  word wrap (a revolutionary concept if ever there was one, it also has a 
  451.  spell-checker and a search command. Best of all, all of the commands 
  452.  you need are listed in a two-line mini-menu at the bottom of each 
  453.  screen.  The commands look like this: 
  454.   
  455.                 ^W Where is 
  456.   
  457.  The little caret is a synonym for the key marked "control" on your 
  458.  keyboard.  To find where a particular word is in your document, you'd 
  459.  hit your control key and your W key at the same time, which would bring 
  460.  up a prompt asking you for the word to look for. 
  461.       Some of pine's commands are a tad peculiar (control-V for "page 
  462.  down" for example), which comes from being based on a variant of 
  463.  
  464.  emacs (which is utterly peculiar).  But again, all of the commands you 
  465.  need are listed on that two-line mini-menu, so it shouldn't take you 
  466.  more than a couple of seconds to find the right one. 
  467.       To use pine, type 
  468.   
  469.                 pine 
  470.   
  471.  at the command line and hit enter.  It's a relatively new program, so 
  472.  many systems do not yet have it online.  But it's so easy to use, you 
  473.  should probably send e-mail to your system administrator urging him to 
  474.  get it!
  475.  
  476.  
  477.  
  478.  MSM Systems, Ltd.
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.